/* CSS Document */
body{}
.wm{margin:0 auto;width:1260px;}
.zd01{width:100%;position:fixed; top:0;left:0; z-index:9999999;height:125px;box-shadow:0px 0px  10px 0px #aaa;}
.head{background:#f6f7f9;height:32px;line-height:32px;width:100%;min-width:1260px;overflow:hidden;}
.head img{ vertical-align:middle;padding:0 5px;}
.head a{color:#0057a6;}
.head_l span{color:#ec0b0b;padding-right:6px;}


#top{width:100%;min-width:1260px;overflow:hidden;height:114px;background:url(/Html/images/index_01.jpg) no-repeat top center;}
#top .logo{margin-top:17px;width:460px;}
#top .top_r{text-align:right;width:800px;}
#top .top_r .lang{height:34px;line-height:34px;}
#top .top_r .lang img{ vertical-align:middle;padding:0 8px;}
#top .top_r .lang a{color:#fff;}

.menu{height:84px;line-height:84px;}
.menu ul{float:right;}
.menu ul li{ display:inline-block;}
.menu ul li a:link,.menu ul li a:visited{padding:0 12px;font-size:16px; display:block;}
.menu ul li a:hover{padding:0 12px;font-size:16px;display:block;font-weight:bold;color:#1b9a61;text-decoration:none;}

.ny_search{width:710px;margin:50px auto;}
.searchsrk{width:580px;height:50px;line-height:50px;border:none;background:#f4f4f4;padding-left:15px;}
.searchsrk2{width:110px;height:50px;line-height:50px;background:#1e7fb3;color:#fff;border:none;}

/*首页焦点图*/

.fullSlide{width:100%; position:relative;height:613px;min-width:1260px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:613px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:613px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom: 30px;left:0;height:11px;line-height:11px;}
.fullSlide .hd ul{text-align:center; margin:0 auto;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:14px;height:14px;margin:0 6px;overflow:hidden;background:url(/Html/images/icon-circle.png) right no-repeat;filter:alpha(opacity=90);opacity:0.9;line-height:999px;z-index:998;}
.fullSlide .hd ul .on{background:url(/Html/images/icon-circle.png) left no-repeat;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:45%;margin-top:-30px;left:5%;z-index:1;	width:40px;height:60px;background:url(/Html/images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:5%;background-position:-6px -137px;}

.ban_bot{background:#005aab;height:70px;width:100%;min-width:1260px;overflow:hidden;}
.ban_bot .hot_pro{background:url(/Html/images/index_02.jpg) no-repeat left;padding-left:40px;line-height:70px;color:#aedbff;}
.ban_bot .hot_pro a{color:#aedbff}
.ban_bot .hot_pro a:hover{color:#fff;}
.ban_bot .search{background:#337bbc;width:320px;height:42px;margin-top:12px;}
.ban_bot .searchsrk{width:276px;height:42px;line-height:42px;margin-left:15px;border:0px;color:#fff;background:none;font-size:14px;}
.ban_bot .searchsrk2{width:19px;height:18px;border:0px;background:url(/Html/images/index_04.png) no-repeat;}

.con_01{overflow:hidden;background:#fafafa;padding:20px 0;margin:0 auto;width:1260px;margin-top:72px;}
.con_01 .about_l{width:533px;height:506px;overflow:hidden;margin-left:20px;}
.con_01 .about_l img{ transition:all 1s;}
.con_01 .about_l img:hover{ transform-origin:center center; transform:scale(1.04,1.04);}
.con_01 .about_r{width:610px;margin-right:20px;margin-top:32px;}
.con_01 .about_r i{width:76px;height:2px;background:#0e0e0e; display:block;}
.con_01 .about_r h2{font-size:32px;color:#aeaeae;padding-top:18px;font-family:Arial;}
.con_01 .about_r h1{font-size:40px;color:#1b9a61;padding-top:5px;font-weight:bold;}
.con_01 .about_r .txt{height:155px;line-height:34px;font-size:16px;color:#7d7d7d;padding-top:20px;}
/*  set2 start here */
.set_2_button {
	color: #FFF;
	width: auto;
	float: left;
	padding: 0px 35px;
	line-height: 40px;
	margin-right: 2.5em;
	overflow: hidden;
	position: relative;
	transition: all 1s;
	cursor: pointer;
	font-size:16px;
}
.set_2_button:before {
	left: 48%;
}
.set_2_button:active {
	background: #cccccc;
	color: #000000;
	top: 2px;
	transition: all 1s;
}
.set_2_button > span {
	display: inline-block;
	transition: all 0.5s;
}
.icon-forward:before {
	content: "→";
	position: absolute;
}
.icon-backward:before {
	content: "???";
	position: absolute;
}
.icon-up:before {
	content: "??‘";
	position: absolute;
}
.icon-down:before {
	content: "??“";
	position: absolute;
}
.set_2_btn-1:before {
	left: -100%;
	transition: all 0.5s;
}
.set_2_btn-1:hover:before {
	left: 48%;
	transition: all 1s;
}
.set_2_btn-1:hover > span {
	transform: translateX(300%);
	transition: all 1s;
}
.set_2_btn-2:before {
	top: -100%;
	transition: all 0.5s;
}
.set_2_btn-2:hover:before {
	top: 0px;
}
.set_2_btn-2:hover > span {
	transform: translateY(300%);
}
.color1{
background:#444444 ;
}

/* set 2 end here */
.con_01 .about_r ul{margin-top:30px;}
.con_01 .about_r ul li{float:left;border-right:1px solid #ebebeb;width:300px;text-align:center;}
.con_01 .about_r ul li:last-child{border-right:none;}
.con_01 .about_r ul li h1{font-size:14px;color:#909090;}
.con_01 .about_r ul li h1 span{font-size:40px;color:#1b9a61;}
.con_01 .about_r ul li p{font-size:16px;color:#909090;}

.con_02{background:url(/Html/images/index_03.jpg) no-repeat top center;height:773px;width:100%;min-width:1260px;margin-top:70px;padding-top:54px;}
.con_02 .title{background:url(/Html/images/index_04.png) no-repeat center;width:285px;margin:0 auto;text-align:center;font-size:40px;font-weight:bold;color:#fff;line-height:50px;height:50px;}
.con_02 .title2{text-align:center;color:#fff;font-size:16px;padding-top:18px;}
.con_02 ul{margin-top:45px;}
.con_02 ul li{float:left;width:284px;border:2px solid #f3f3f3;margin:10px;}
.con_02 ul li dl dt{width:284px;height:158px;overflow:hidden;background:#fff;text-align:center;}
.con_02 ul li dl dt img{ transition:all 1s;}
.con_02 ul li dl dt img:hover{ transform-origin:center center; transform:scale(1.1,1.1);}
.con_02 ul li dl dd{height:57px;background:#f3f3f3;text-align:center;padding-top:15px;}
.con_02 ul li dl dd a{font-size:18px;font-weight:bold;}
.con_02 ul li dl dd h2{font-size:14px;color:#868686;line-height:30px;}
.con_02 .more{width:200px;margin:50px auto 0;border-top:1px solid #fff;border-bottom:1px solid #fff;height:44px;text-align:center;line-height:44px;font-size:16px;color:#fff;}
.con_02 .more:hover{background:#fff;color:#237ebd;}


.con_03{width:100%;min-width:1260px;overflow:hidden;background:url(/Html/images/index_05.jpg) no-repeat top center;height:655px;}
.con_03 .title{padding-top:75px;padding-bottom:25px;color:#000;}
.con_03 .title .bt_l{font-size:52px;}
.con_03 .title .bt_l span{font-size:34px;color:#1b9a61;font-weight:bold;}
.con_03 .title .bt_r{padding-top:22px;}
.con_03 .news{width:742px;}
.con_03 .news ul li{border-bottom:1px solid #e3e3e3;height:124px;padding-top:12px;}
.con_03 .news ul li .time{text-align:center;color:#9e9e9e;font-family:Arial;width:106px;}
.con_03 .news ul li .time h1{font-size:54px;}
.con_03 .news ul li .time h2{font-size:14px;}
.con_03 .news ul li .txt{padding-top:10px;width:620px;}
.con_03 .news ul li .txt a{font-size:18px;}
.con_03 .news ul li .txt p{font-size:14px;color:#7f7f7f;line-height:24px;padding-top:12px;}
.con_03 .news_op ul li{width:380px;padding:20px;background:#f6f6f6;}
.con_03 .news_op ul li dl dt{width:380px;height:226px;overflow:hidden}
.con_03 .news_op ul li dl dt img{width:380px;height:226px; transition:all 1s;}
.con_03 .news_op ul li:hover dl dt img{ transform-origin:center center; transform:scale(1.1,1.1);}
.con_03 .news_op ul li dl dd{height:130px;padding:15px;}
.con_03 .news_op ul li dl dd .bt a{font-size:20px;font-weight:bold;}
.con_03 .news_op ul li dl dd .time{font-size:12px;color:#b3b3b3;line-height:40px;}
.con_03 .news_op ul li dl dd .txt{line-height:24px;color:#8a8a8a;}

.con_04{width:100%;min-width:1260px;overflow:hidden;background:url(/Html/images/index_06.jpg) no-repeat top center;height:270px;text-align:center;color:#fff;}
.con_04 img{padding-top:55px;}
.con_04 h1{padding-top:7px;}
.con_04 a:hover{color:#fff;}
.con_04:hover .txt{margin-top:15px; transition:all 0.5s;}
.con_04:hover img{padding-top:45px;transition:all 0.5s;}

#bottom{color:#fff;padding-top:62px;background-color:#19a172;
background-image:-webkit-gradient(linear, left top, left bottom, from(#19a172), to(#41a854));
background-image:-webkit-linear-gradient(90deg, #19a172, #41a854);
background-image:-moz-linear-gradient(90deg, #19a172, #41a854);
background-image:-ms-linear-gradient(90deg, #19a172, #41a854);
background-image:-o-linear-gradient(90deg, #19a172, #41a854);
background-image:linear-gradient(90deg, #19a172, #41a854);}
#bottom a{color:#fff;}
#bottom a:hover{text-decoration:underline;}
#bottom i{ display:block;width:18px;height:2px;background:#87d29d;}
#bottom .lm_t{font-size:16px;font-weight:bold;color:#fff;padding-bottom:15px;}
#bottom .box{padding-top:12px;line-height:30px;}
.bot_logo{padding-top:20px;}
.bot_nav{border-left:1px solid #87d29d;padding-left:32px;margin-left:32px;height:148px;width:330px;}
.bot_nav a{padding-right:15px;}
.bot_contact{border-left:1px solid #87d29d;padding-left:32px;margin-left:32px;height:148px;width:393px;}
.bot{text-align:center;height:72px;line-height:72px;border-top:1px solid #87d29d;margin-top:40px;}

/*ny*/
.ny_ban01{background:url(/Html/images/ny_ban01.jpg) no-repeat top center;width:100%;min-width:1260px;overflow:hidden;height:410px;}
.ny_ban02{background:url(/Html/images/ny_ban02.jpg) no-repeat top center;width:100%;min-width:1260px;overflow:hidden;height:410px;}
.ny_ban03{background:url(/Html/images/ny_ban03.jpg) no-repeat top center;width:100%;min-width:1260px;overflow:hidden;height:410px;}
.ny_ban04{background:url(/Html/images/ny_ban04.jpg) no-repeat top center;width:100%;min-width:1260px;overflow:hidden;height:410px;}
.ny_ban05{background:url(/Html/images/ny_ban05.jpg) no-repeat top center;width:100%;min-width:1260px;overflow:hidden;height:410px;}
.ny_ban06{background:url(/Html/images/ny_ban06.jpg) no-repeat top center;width:100%;min-width:1260px;overflow:hidden;height:410px;}
.ny_ban07{background:url(/Html/images/ny_ban07.jpg) no-repeat top center;width:100%;min-width:1260px;overflow:hidden;height:410px;}
.ny_ban08{background:url(/Html/images/ny_ban08.jpg) no-repeat top center;width:100%;min-width:1260px;overflow:hidden;height:410px;}

.ny_site{height:54px;line-height:54px;background:#f5f5f5;width:100%;min-width:1260px;overflow:hidden;color:#696969;}
.ny_site img{ vertical-align:middle;padding-right:10px;}
#content{width:100%;min-width:1260px;overflow:hidden;padding-top:40px;margin-bottom:70px;}
#content .ny_title{font-size:34px;color:#282828;font-weight:bold;background:url(/Html/images/index_03.png) no-repeat center;margin:12px auto 0;width:460px;height:44px;line-height:44px;text-align:center;}
#content .ny_title_line{width:35px;height:2px;background:#1b9a61;margin:13px auto;}

#content .box{line-height:38px;font-size:16px;margin-top:30px;}


#content .ny_lb{text-align:center;margin-top:30px;}
#content .ny_lb a{ display:inline-block;border:1px solid #ddd;margin:0 10px;width:144px;height:44px;line-height:44px;text-align:center;font-size:16px;}  
#content .ny_lb a:hover{border:1px solid #1b9a61;}
#nav1 .nav1,#nav2 .nav2,#nav3 .nav3,#nav4 .nav4,#nav5 .nav5{color:#fff;background:#1b9a61;border:1px solid #1b9a61 !important;}




.nyban_bot{background:#efefef;width:100%;min-width:1260px;overflow:hidden;height:52px;line-height:52px;font-size:16px;}
.nyban_bot span{font-weight:bold;color:#000;}
.nyban_bot a{font-size:16px;color:#005bac;margin:0 15px;}


#nynav1 .nynav1,#nynav2 .nynav2,#nynav3 .nynav3,#nynav4 .nynav4,#nynav5 .nynav5,#nynav6 .nynav6,#nynav7 .nynav7{color:#fff;background:#015198 !important;}




/*内页新闻*/
.ny_news_ul li{padding:15px 0;border-bottom:1px solid #e7e7e7}
.ny_news_ul li .news_pic{width:210px;height:140px;overflow:hidden;}
.ny_news_ul li .news_pic img{width:210px;height:140px; transition:all 1s;}
.ny_news_ul li:hover .news_pic img{ transform-origin:center center; transform:scale(1.1,1.1)}
.ny_news_ul li .news_l{width:750px;margin-left:25px;}
.ny_news_ul li .news_l a{font-size:20px;}
.ny_news_ul li .news_l .txt{line-height:26px;font-size:14px;padding-top:15px;color:#666666;}
.ny_news_ul li .news_l .time{background:url(/Html/images/icon_time.jpg) no-repeat left;padding-left:20px;color:#c0c0c4;font-size:12px;margin-top:10px;}

.ny_news_ul li .news_r{width:130px;height:36px;line-height:36px;text-align:center;border:1px solid #cccccc;margin-top:50px;font-size:14px;}
.ny_news_ul li .news_r:hover{background:#00ab50;color:#fff;border:1px solid #00ab50;}
.nypro_back{width:150px;height:32px;line-height:32px;text-align:center;margin:50px auto 0;border:1px solid #ddd;font-size:14px;}
.nypro_back:hover{background:#005aab;color:#fff; transition:all 1s;}





/*内页产品*/
.nypro_box{border:1px dotted #ddd;width:1000px;margin:0 auto;line-height:30px;font-size:16px;}
.nypro_box .nypro_l{width:250px;padding-left:200px;}
.nypro_box .nypro_r{width:480px;line-height:32px;padding-top:20px;}
.ny_xq{background-color:#1e78b9;
background-image:-webkit-gradient(linear, left top, left bottom, from(#1e78b9), to(#41a854));
background-image:-webkit-linear-gradient(90deg, #1e78b9, #41a854);
background-image:-moz-linear-gradient(90deg, #1e78b9, #41a854);
background-image:-ms-linear-gradient(90deg, #1e78b9, #41a854);
background-image:-o-linear-gradient(90deg, #1e78b9, #41a854);
background-image:linear-gradient(90deg, #1e78b9, #41a854);
height:50px;line-height:50px;color:#fff;font-size:18px;text-align:center;
}


.bak tr:nth-child(odd){background:#fcfefd;}
.bak tr:nth-child(even){background:#ffffff;}	


.nypro_box table tr{line-height:40px;font-size:14px;}
.nypro_box table td{padding-left:10px;}


.aak{width:122px;height:36px;line-height:36px;text-align:center;background:#015198;color:#fff;border:0px;}

/*招聘*/

.bak2 tr:nth-child(odd){background:#ededed;}
.bak2 tr:nth-child(even){background:#faf9f9;}
.c2 th {font-weight:bold; line-height:34px;text-align:center;}
.c2 td,.c2 th { padding:5px 10px; line-height:18px;font-size:16px;}
.zp_xq{width:56px;height:28px;line-height:28px;text-align:center;border:1px solid #00ab50;margin:0 auto;border-radius:50px;color:#00ab50}
.zp_xq:hover{background:#00ab50;color:#fff;}

.ny_zp_lm{background:#f3f3f3;height:90px;line-height:90px;margin-top:30px;text-align:center;}
.ny_zp_lm img{ vertical-align:middle;padding-left:90px;padding-right:6px;}
.ny_zp_bt{font-weight:bold;padding-bottom:10px;font-size:18px;}
.ny_zp_yp{background:#f3f3f3;height:73px;margin-top:30px;text-align:center;padding-top:17px;}
.ny_zp_yp a{ display:block;width:140px;height:50px;background:#01ab51;color:#fff;line-height:50px;margin:0 auto;font-size:18px;}
.ny_zp_yp a:hover{color:#fff;text-decoration:underline;}

/*在线订单*/
.ny_order {width:1200px;margin:0 auto;}
.ny_order .title2{font-size:14px;color:#666666;padding-bottom:30px;text-align:center;}
.ny_order_l{width:420px;}
.ny_order_l input{width:640px;height:50px;line-height:50px;font-size:16px;padding-left:10px;border:1px solid #d2d2d2;margin:10px 0;color:#757575;}
.ny_order_l textarea{width:640px;height:200px;font-size:16px;padding-left:10px;padding-top:10px;line-height:30px;border:1px solid #d2d2d2;margin:10px 0;color:#757575;}
.ny_order_r{width:480px;}
.ny_order_r .bt{color:#777777;font-size:14px;padding-bottom:20px;}
.ny_order_r .bt span{color:#ff0000;}
.ny_order_r #vvverify{border:1px solid #d2d2d2;width:170px;height:36px;line-height:36px;padding-left:10px;}
.ny_order_r .anniu{height:50px;width:198px;background:#00ab50;color:#fff;border:0px;font-size:20px;border-radius:5px;}


/*内页联系我们*/
.ny_contact_ul{margin-top:45px;}
.ny_contact_ul li{float:left;border-left:1px solid #d5d5d5;width:400px;text-align:center;}
.ny_contact_ul li h1{font-size:22px;color:#000;}
.ny_contact_ul li .txt{line-height:26px;color:#757575;padding-top:10px;}


.jq222{width: 100%;height:120px;position: relative; display:block;padding:30px 0;}
.jq222 .border-bottom{width: 0px;height: 2px;background: #1e4691;position:absolute;left:0px;bottom:0;z-index:9999}

.pnpage { clear:both; text-align:center; border-top:#ccc 1px solid; padding-top:10px;font-size:14px;}
.pnpage a { padding:0 15px; font-weight:bold;font-size:14px;}

.close { clear:both; color:#f60; text-align:center; padding-top:5px; font-size:12px;}
.close a{color:#f60; }



.yy{font-size:14px;}
.yy input{height:28px;line-height:28px;border:1px solid #ddd; }
.yy #content3{height:120px;width:480px;border:1px solid #ddd;}

.c1 {border-top:#dbefe5 1px solid;border-left:#dbefe5 1px solid;}
.c1 th {font-weight:bold; line-height:30px;text-align:center;}
.c1 td,.c1 th { padding:5px 10px; line-height:18px; border-bottom:#dbefe5 1px solid;border-right:#dbefe5 1px solid;font-size:14px;}
.c1 a {color:#s444444;}
td.yyk { padding-left:10px;}
.con_t1 { color:#444444;}
.con_t1 h4{ background:#eeefef; width:700px; height:30px; line-height:25px; font-size:14px; text-align:center;font-weight:bold}






.nypro span.current,.nypro a.num { display:inline-block; margin:0 5px; padding:0 8px; height:23px; line-height:23px;font-size:14px;}
.nypro span.current,.nypro a.num:hover { background:#edfbf1; border:#00ab50 1px solid; color:#00ab50;font-size:14px;}
.nypro a.num,.nypro a.end,.nypro a.next,.nypro a.prev { border:#cdcdcd 1px solid; color:#333; background:#fff; text-decoration:none;font-size:14px;}
.nypro a.end,.nypro a.next,.nypro a.prev { display:inline-block; padding:0 8px;height:23px; line-height:23px;font-size:14px;}
.nypro a.prev { margin:0 5px;font-size:14px;}

<!--0.00013899803161621-->